﻿2026-05-27T19:07:29.0654358Z ##[group]Run git config --global user.name "github-actions[bot]"
2026-05-27T19:07:29.0655079Z [36;1mgit config --global user.name "github-actions[bot]"[0m
2026-05-27T19:07:29.0655527Z [36;1mgit config --global user.email "github-actions[bot]@users.noreply.github.com"[0m
2026-05-27T19:07:29.0655915Z [36;1mfor i in {1..3}; do[0m
2026-05-27T19:07:29.0656186Z [36;1m  echo "Attempt $i to aggregate and push..."[0m
2026-05-27T19:07:29.0656474Z [36;1m  git pull --rebase origin master[0m
2026-05-27T19:07:29.0656763Z [36;1m  python3 tools/aggregate_regression.py[0m
2026-05-27T19:07:29.0657146Z [36;1m  git add docs/regression-history.json docs/regression-dashboard.md[0m
2026-05-27T19:07:29.0657574Z [36;1m  if git diff --quiet && git diff --staged --quiet; then[0m
2026-05-27T19:07:29.0657892Z [36;1m    echo "No changes to dashboard."[0m
2026-05-27T19:07:29.0658141Z [36;1m    exit 0[0m
2026-05-27T19:07:29.0658324Z [36;1m  fi[0m
2026-05-27T19:07:29.0658595Z [36;1m  git commit -m "docs: update nightly regression dashboard [skip ci]"[0m
2026-05-27T19:07:29.0659002Z [36;1m  if git push origin master; then[0m
2026-05-27T19:07:29.0659293Z [36;1m    echo "Successfully pushed dashboard update."[0m
2026-05-27T19:07:29.0659563Z [36;1m    exit 0[0m
2026-05-27T19:07:29.0660017Z [36;1m  else[0m
2026-05-27T19:07:29.0660280Z [36;1m    echo "Push failed (concurrent commit). Retrying..."[0m
2026-05-27T19:07:29.0660590Z [36;1m    git reset --hard HEAD~1[0m
2026-05-27T19:07:29.0660815Z [36;1m  fi[0m
2026-05-27T19:07:29.0660978Z [36;1mdone[0m
2026-05-27T19:07:29.0661226Z [36;1mecho "Failed to push dashboard update after 3 attempts."[0m
2026-05-27T19:07:29.0661531Z [36;1mexit 1[0m
2026-05-27T19:07:29.0733703Z shell: /usr/bin/bash -e {0}
2026-05-27T19:07:29.0733998Z env:
2026-05-27T19:07:29.0734265Z   pythonLocation: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-27T19:07:29.0734653Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.14.5/x64/lib/pkgconfig
2026-05-27T19:07:29.0735031Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-27T19:07:29.0735411Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-27T19:07:29.0735741Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-27T19:07:29.0736083Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.14.5/x64/lib
2026-05-27T19:07:29.0736371Z ##[endgroup]
2026-05-27T19:07:29.0832034Z Attempt 1 to aggregate and push...
2026-05-27T19:07:29.1332482Z error: cannot pull with rebase: You have unstaged changes.
2026-05-27T19:07:29.1335404Z error: Please commit or stash them.
2026-05-27T19:07:29.1357281Z ##[error]Process completed with exit code 128.
